C1.DataCollection Assembly / C1.DataCollection Namespace / C1SelectDataCollection<S,T> Class / FilterAsync Method
The filter expression applied to the data.
The cancellation token.

In This Topic
FilterAsync Method (C1SelectDataCollection<S,T>)
In This Topic
Filters the data using specified filter expression.
Syntax
'Declaration
 
Public Overridable Function FilterAsync( _
   ByVal filterExpression As FilterExpression, _
   Optional ByVal cancellationToken As CancellationToken _
) As Task
 

Parameters

filterExpression
The filter expression applied to the data.
cancellationToken
The cancellation token.
See Also